Fix typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Mar 2005 06:05:18 +0000 (06:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Mar 2005 06:05:18 +0000 (06:05 +0000)
gtk/gtkcellrendererpixbuf.c

index 032cdc3d4d95481ad8ab46426183411ae4ed8cc2..3f628602677b2b443862fbc1d9cad8af006e8eed 100644 (file)
@@ -199,7 +199,7 @@ gtk_cell_renderer_pixbuf_class_init (GtkCellRendererPixbufClass *class)
                                                         P_("Whether the rendered pixbuf should be "
                                                            "colorized according to the state"),
                                                         FALSE,
-                                                        G_PARAM_READWRITE | STATIC_STRIGNS));
+                                                        G_PARAM_READWRITE | STATIC_STRINGS));
 
 
   g_type_class_add_private (object_class, sizeof (GtkCellRendererPixbufPrivate));